(struct scroll_bar) [USE_TOOLKIT_SCROLL_BARS]:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 27 Jul 2007 08:40:54 +0000 (08:40 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 27 Jul 2007 08:40:54 +0000 (08:40 +0000)
New member fringe_extended_p.

src/xterm.h

index 70e0522e9cc6117627c4f72376a01837d2b03efa..65499d45b0f52ec0c08ce8ac32ac07a561abdd3e 100644 (file)
@@ -807,6 +807,12 @@ struct scroll_bar
      place where the user grabbed it.  If the handle isn't currently
      being dragged, this is Qnil.  */
   Lisp_Object dragging;
+
+#ifdef USE_TOOLKIT_SCROLL_BARS
+  /* t if the background of the fringe that is adjacent to a scroll
+     bar is extended to the gap between the fringe and the bar.  */
+  Lisp_Object fringe_extended_p;
+#endif
 };
 
 /* The number of elements a vector holding a struct scroll_bar needs.  */